CyberStore Inventory Web Service
MethodGetItemPhoto
CyberStore Inventory Web Service > All Operations Resource Group : GetItemPhoto (Method)
Description
Gets the URL of an Item photo.
Request (GetItemPhotoSoapIn)

The request body is of type GetItemPhoto.

Request Body Parameters

NameDescriptionData Type
The stock code of the item.xml:string
Example
The following example shows how to perform the web operation in CyberStore.
// Example: Get the path of the Photo1 Featured Photo1 of A100
//
MakeAJAXCall("Inventory.GetItemPhoto", {
    StockCode: 'A100'
}, console.log);
200 Response (GetItemPhotoSoapOut)

The response body is of type GetItemPhotoResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a relative URL to the Photo1 featured photo for the item.

/Ecommerce/site/images/Photo1/A100.jpg
xml:string
See Also
All Operations Resource GroupCyberStore Inventory Web Service